home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000277_news@columbia.edu _Thu Jul 15 11:20:53 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA00643
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 15 Jul 1999 11:20:52 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA03499
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 15 Jul 1999 11:09:06 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Switching from 132- to 80-column mode and printer
  11. Date: 15 Jul 1999 15:09:05 GMT
  12. Organization: Columbia University
  13. Message-ID: <7mktih$3d8$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <378dd311.14957037@news.rz.uni-duesseldorf.de>,
  17. Dr. Wolfgang Poll <Wolfgang.Poll@hhunospam.uni-duesseldorf.de> wrote:
  18. : using MS-DOS-Kermit 3.14 for some weeks now as a replacement for a
  19. : dead VT320 terminal I recognize following problem I am unable to find
  20. : a solution for in the documentation.
  21. : Most of the output our old VAX software (running nearly 24 hours a
  22. : day, 7 days a week, mostly without any user interaction) sends to the
  23. : screen is 80 columns wide. By transparent printing to a printer
  24. : attached to the parallel port of the PC we get a hardcopy protocol of
  25. : the output. When on certain instances the software switches to 132
  26. : column mode, screen and printer output continue as wanted. When
  27. : switching back to 80 columns the screen output is still ok, whereas no
  28. : further printing will occur.During the process of switching the
  29. : printer indicator PRN at the right-hand side of the Kermit status line
  30. : disappears, and printing must be re-enabled by hand at the time the
  31. : user notices the lack of printout.
  32. : Question: How can a continuous printing during switching from 132 to
  33. : 80 column mode be achieved?
  34. This should work.  If it doesn't, and the host is indeed sending the
  35. correct escape sequences (did all of this work correctly with the real
  36. VT320?), then it's a bug.
  37.  
  38. If your PC operating system is DOS or Windows 3.x, please try version
  39. 3.16 Beta and see if the same thing still happens:
  40.  
  41.   http://www.columbia.edu/kermit/mskermit.html
  42.  
  43. If it is Windows 95, 98, or NT, you should be using Kermit 95:
  44.  
  45.   http://www.columbia.edu/kermit/k95.html
  46.  
  47. - Frank